#customers
  {
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse:collapse;
  }

#customers td, #customers th 
  {
  font-size:1em;
  border:1px solid #268dcc;
  padding:3px 5px 2px 5px;
  }

#customers th 
  {
  font-size:1.1em;
  text-align:center;
  padding-top:5px;
  padding-bottom:4px;
  background-color:#A7C942;
  color:#ffffff;
  }

#customers tr.alt td 
  {
  color:#000000;
  background-color:#9ad5f9;
  }
table.MsoTableGrid {mso-style-name:网格型;
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-padding-alt:0.0000pt 5.4000pt 0.0000pt 5.4000pt;
mso-border-top-alt:0.5000pt solid windowtext;
mso-border-left-alt:0.5000pt solid windowtext;
mso-border-bottom-alt:0.5000pt solid windowtext;
mso-border-right-alt:0.5000pt solid windowtext;
mso-border-insideh:0.5000pt solid windowtext;
mso-border-insidev:0.5000pt solid windowtext;
mso-para-margin:0pt;
mso-para-margin-bottom:.0001pt;
mso-pagination:none;
text-align:justify;
text-justify:inter-ideograph;
font-family:'Times New Roman';
font-size:10.0000pt;
mso-ansi-language:#0400;
mso-fareast-language:#0400;
mso-bidi-language:#0400;
}
.a1{
color:#268dcc;
text-decoration:underline;
}
.a1:hover{
color:#FFFFFF;
background-color:#268dcc;
}
.a2{
color:#268dcc;
}
.a2:hover{
color:#FFFFFF;
background-color:#268dcc;
}
#product-list dl {
 border-bottom: 1px dotted #D1D1D1;
 padding: 20px 0;
 zoom:1;
 overflow:hidden;
}
#product-list dl.last {
 border-bottom: 0;
}
#product-list dt {
 margin-bottom: 10px;
 font-size: 18px;
}
#product-list dd {
 color: #999999;
 line-height: 180%;
 zoom: 1;
 overflow: hidden;
}
#product-list dd.imgRow .img {
 float: left;
 width: 150px;
}
#product-list dd.imgRow .img img {
 width: 95%;
}
#product-list dd.imgRow .desc {
}
  .content{
            width:  100%;
            display: flex;
            margin-top: 10px;
            justify-content: space-around;
        }
        .item-content{
            width: 115px;
            height: 145px;
			border-style: ridge;
        }
        .img-content{
            width: 100%;
			
        }
        .img-content img{
            width: 100%;
        }
        .img-title{
            text-align: center;
            font-size: 14px;
            font-weight: normal;
        }


.ProductName {font-family:思源黑体 CN Bold,Arial,Source Han Sans,Helvetica,sans-serif,simhei;FONT-SIZE: 21px; line-height:28px;MARGIN: 0px auto; COLOR: #666;font-weight: bolder;}
.RFTOPPN {color: #268dcc}
.SelectionTitle {font-family:思源黑体 CN Bold,Arial,Source Han Sans,Helvetica,sans-serif,simhei;FONT-SIZE: 16px;font-weight: bolder;color: #FFFFFF}
.SelectionRegular1 {font-family:思源黑体 CN Regular,Arial,Source Han Sans,Helvetica,sans-serif,simhei;FONT-SIZE: 14px;}
.PeculiarityTitle {
    font-family:思源黑体 CN Bold,Arial,Source Han Sans,Helvetica,sans-serif,simhei;
	color: #000000;
	font-weight:bolder;
	font-size: 18px;
}
.ProductBold {font-family:思源黑体 CN Bold,Arial,Source Han Sans,Helvetica,sans-serif,simhei;FONT-SIZE: 16px;font-weight: bolder;}
.ProductRegular1 {font-family:思源黑体 CN Regular,Arial,Source Han Sans,Helvetica,sans-serif,simhei;FONT-SIZE:16px;}
.ProductRemark {font-family:思源黑体 CN Normal,Arial,Source Han Sans,Helvetica,sans-serif,simhei;font-size:14px;line-height:23px;}
.ProductBom16 {font-family:思源黑体 CN Bold,Arial,Source Han Sans,Helvetica,sans-serif,simhei;FONT-SIZE: 16px; color: #7f7f7f;MARGIN: 0px auto; font-weight: bolder;}
.ProductBom14 {font-family:思源黑体 CN Bold,Arial,Source Han Sans,Helvetica,sans-serif,simhei;FONT-SIZE: 14px;color: #7f7f7f; MARGIN: 0px auto; font-weight: bolder;}
.ProductBom14blue {font-family:思源黑体 CN Bold,Arial,Source Han Sans,Helvetica,sans-serif,simhei;FONT-SIZE: 14px;color: #268dcc; MARGIN: 0px auto; font-weight: bolder;}
.ProductTQ2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	text-align: center;
}

.ProductTQ2-grid {
  display: grid;
  grid-template-columns: auto auto ;
  grid-gap: 5px;
  padding: 5px;
}
.ProductTQ2-grid > div {
  text-align: center;
  padding: 0px 0;
  font-size: 20px;
}